@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notokufiarabic.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300&display=swap');


html{
    scroll-behavior: smooth;
}


body {
    color: #797979;
    background: #eaeaea;
    font-family: 'Almarai', 'Roboto', sans-serif;
    direction: rtl;
    line-height: 1.7;
    overflow-x: hidden;
    margin: 0;
    padding: 0 !important;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    /* color: #231f20; */
    font-family: 'Noto Kufi Arabic', 'Roboto', sans-serif;
}
h1{font-weight: 700;}
a {
    color: #fff;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #080808;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.ub__back__to__top {
    position: fixed;
    display: none;
    background: #aca621;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.ub__back__to__top i {
    color: #aba521;
    padding-top: 10px;
}

.ub__back__to__top:hover {
    background: #aba521;
}

.ub__back__to__top:hover i {
    color: #fff;
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}

.ub__top__bar {
    position: relative;
    height: 35px;
    background-image: linear-gradient(to right, #b5ae1d, #0c0c0b);
}

.ub__top__bar .ub__top__bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ub__top__bar .ub__top__bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ub__top__bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.ub__top__bar .text:last-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.ub__top__bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-left: 5px;
}

.ub__top__bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.ub__top__bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.ub__top__bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.ub__top__bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.ub__top__bar .social a:first-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.ub__top__bar .social a:hover {
    color: #0e0e0e;
    background: #ffffff;
}

@media (min-width: 992px) {
    .ub__top__bar {
        padding: 0 60px;
    }
}
.nav-item{
    margin: 1em;
}
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 200;
    text-transform: uppercase;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 70px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    transition: none;
}

.dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #aca621;
}

.dropdown-submenu {
    position: relative;
}
  
.dropdown-submenu a::after {
    transform: rotate(360deg);
    position: absolute;
    left: 11px;
    top: 1em;
}
  
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.navbar .small-logo img {
    max-height: 50px !important;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 35px;
        padding: 20px 60px;
        background: rgb(0 0 0 / 20%)!important;
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #aba521 !important;
    }
    
    .page .navbar {
        background: #000 !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #aba521 !important;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
}

.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    min-height: 400px;
    background: #000;
    margin-bottom: 45px;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 67%);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #aba521;
    font-size: 38px;
    font-weight: 200;
    margin-bottom: 20px;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

.carousel .carousel-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-text .btn i {
    margin-left: 5px;
}

.carousel .carousel-text .btn:hover {
    color: #fff;
    background: #b0a91f;
    border : 2px solid #b0a91f;
}

.carousel .carousel-btn .btn:first-child {
    margin-left: 15px;
}

.carousel .owl-nav {
    position: absolute;
    width: 122px;
    left: 2px;
    bottom: 2px;
    display: flex;
    z-index: 9;
    display: none;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #aba521;
    font-size: 22px;
    transition: .3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #b2ab1e;
    background: #fff;
}

.carousel .owl-nav .owl-prev {
    margin-left: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 70px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
    border-radius: 0;
}

.navbar-dark .navbar-toggler .fa {
    font-size: 25px;
    color: #fff;
}

.section-title {
    text-align: center;
    line-height: 1.7;
}

.section-title h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.4em;
}

.about {
    margin-bottom: 100px;
}

.abcard {
    text-align: center;
}

.abcard img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.abcard p {
    margin: 0;
    font-size: 17px;
}

.abcard {
    padding: 40px 20px;
    border: 1px solid #fffcb1;
    height: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    background: #fff;
}

.about-cards {
    margin-top: 1rem;
}

.services {
    background: #000;
    padding: 40px 0;
    margin-bottom: 100px;
    overflow-x: hidden;
}

.services-cards {
    margin-top: 2em;
}

.white h1 {
    color: #fff !important;
}

.sevcard {
    border: 1px solid #292929;
    margin-bottom: 2em;
    padding: 25px;
    height: 100%;
}

.spall {
    margin-bottom: 2em;
}

.sevcard h3 {
    font-size: 23px;
}

.sevcard p {
    margin: 0;
    font-size: 17px;
}

.ourserv-section {
    margin-top: 2rem;
}

.ourservcard {
    padding: 40px 20px;
    border: 2px solid #333;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-style: dashed;
    border-radius: 10px;
}

.ourservcard img {
    width: 150px;
    height: 150px;
    margin-bottom: 2em;
}

.ourservcard h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.ourservcard p {
    margin: 0;
    font-size: 18px;
    color: #1b1b1b;
}

.ourservices {
    margin-bottom: 100px;
}

.clients {
    margin-bottom: 50px;
}

.clients-section {
    margin-top: 2em;
}

.clicard img {
    width: 100%;
}

.clicard {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    height: 100%;
    text-align: center;
    padding: 23px;
    border-radius: 5px;
}

.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
    background: #fff;
}

.reviews-section{
    margin-top: 2em;
    direction: ltr;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}

.testimonial .testimonial-item img {
    position: relative;
    width: 80px;
    border-radius: 80px;
    margin-bottom: 15px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.testimonial .testimonial-item p {
    margin: 0 auto;
    margin-bottom: 1em;
    font-size: 14px;
}

.testimonial .testimonial-item h2 {
    position: relative;
    color: #aba521;
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    margin: 0 auto;
    margin-bottom: .3em;
}

.testimonial .testimonial-item h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: .3s;
}

.testimonial .testimonial-item:hover h2::before {
    width: 60px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    margin: 0 auto;
}

.testimonial .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aba521;
    font-size: 25px;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev {
    padding-right: 80px;
}

.testimonial .owl-nav .owl-next {
    padding-left: 80px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #aba521;
}

.testimonial .owl-nav .owl-prev::after,
.testimonial .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #fff;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev::after {
    left: 9px;
    background: #aba521;
}

.testimonial .owl-nav .owl-next::after {
    right: 9px;
    background: #aba521;
}

.testimonial .owl-nav .owl-prev:hover::after {
    background: #aba521;
}

.testimonial .owl-nav .owl-next:hover::after {
    background: #aba521;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: initial !important;
}

.footer {
    position: relative;
    padding-top: 20px;
    background: rgb(35,31,32);
    margin-bottom: 0;
}

.brief{
    opacity: 0.6;
    margin-bottom: 50px;
    padding: 1rem;
}

.footer .footer-contact,
.footer .footer-link,
.footer .partner-logo {
    position: relative;
    /* margin-bottom: 60px; */
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .partner-logo h2 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
}

/* .footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .partner-logo h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
} */

@media screen and (max-width: 992px) {
    div.footer-link {
      text-align: right !important;
      margin-bottom: 50px;
    }
  }
  


.footer .footer-link a {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    /* content: ">"; */
    font-weight: 900;
    margin-left: 15px;
}

.footer .footer-link a:hover {
    color: #fff;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-left: 15px;
    font-size: 18px;
    color: #aba521;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .partner-logo .form {
    position: relative;
    width: 100%;
}

.footer .partner-logo input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer .partner-logo .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #aba521;
    background: none;
    border-radius: 0;
    border: 2px solid #aba521;
    transition: .3s;
}

.footer .partner-logo .btn:hover {
    color: #fff;
    background: #aba521;
}

.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: left;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #fff;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

.whyus {
    margin-bottom: 100px;
    background: #aba521;
    padding: 40px 0;
}

.whyus .white p {
    color: #000;
}

.whyus-section {
    margin-bottom: 2em;
}

.whyuscard h3 {
    color: #000;
    font-size: 22px;
}

.whyuscard img {
    width: 80px;
    height: 80px;
    margin-bottom: 1em;
}

.whyuscard {
    text-align: center;
    margin-bottom: 1em;
    padding: 40px 24px;
}

.whyuscard p {
    color: #fff;
    margin: 0;
}

.dropdown-menu {
    background-color: #777200;
    border:0;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #868000;
}

.clicardimg img {
    margin-top: 42px;
}

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-icon i {
    font-size: 18px;
    color: #b0a91f;
}

.contact .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #aba521;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
}

.contact .contact-form {
    position: relative;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 130px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #aba521;
    background: none;
    border: 2px solid #aba521;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #fff;
    background: #aba521;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section-header {
    margin-bottom: 3em;
}

.prcard {
    margin-bottom: 2em;
    border: 1px solid #d2d2d2;
    padding: 12px;
    border-radius: 4px;
}

.prcard img {
    width: 100%;
    height: 160px;
    margin-bottom: 1em;
    border-radius: 5px;
}

.prcard .btn {
    border-radius: 0;
    color: #b0a91f;
    background-color: transparent;
    background-image: none;
    border-color: #b1aa1f;
}

.prcard .btn:hover {
    color: #fff;
    border-color: #b1aa1f;
    background: #b1aa1f;
}

.prcard .btn:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b0aa1f;
    border-color: #b0aa1f;
}

.prcard .btn:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(224 217 57);
}

.notice {
    margin-bottom: 1rem;
    padding: 1.4em;
    line-height: 1.9;
    box-shadow: 4px -3px 15px 0px rgb(250, 252, 255), 0 1px 6px rgba(0, 0, 0, 0.23);
}

.notice-red {
    background: #ffebeb;
    border-right: 5px solid #b52929;
    color: #5d1010;
}

.notice-blue {
    background: #b4cbff;
    border-right: 5px solid #208dff;
    color: #223254;
}

.notice-green {
    background: #a0e69b;
    border-right: 5px solid #129c29;
    color: #0d4c09;
}

.notice-orange {
    background: #ffd9b3;
    border-right: 5px solid #ff8100;
    color: #4e2b07;
}

.notice-button {
    margin-top: 1rem;
}

.error__page {
    text-align: center;
}

.error__page h1 {
    font-size: 200px;
}

.error__page h5 {
    line-height: 2;
}